*{
	margin: 0;
}
body{
	background-color: #F0F6F6 !important;
}

#linhaClienteColetor{
	margin-top: 20vh;
}

#linhaClienteColetor button{
	font-weight: bold;
	
	width: 200px;
}

#contornoColetor{
	border: 3px solid #3F8F5D;
	height: 75vh;
	margin-top: 10vh;
	border-radius: 10px;
	text-align: center;
	display: none;
}

#contornoCliente{
	border: 3px solid #3F8F5D;
	height: 75vh;
	margin-top: 10vh;
	border-radius: 10px;
	text-align: center;
	display: none;
}

#LinhaFisJur{
	margin-top: 3vh;
	text-align: center;
}

#LinhaFisJur button{
	font-weight: bold;
	width: 200px;
}

#LinhaCadCliFisica{
	display: none;
}

#LinhaCadCliJuridica{
	display: none;
}

#titulo{
	text-align: center;
}

#lbltitulo{
	background-color: #FFC300;
	border-radius: 50px;
	margin-top: 3vh;
	text-transform: uppercase;
	margin-bottom: 5vh;
	font-weight: bold;
}




#img{
	margin-top: 20vh;
	
	text-align: center;
}

#logo{
	
	width: 300px;

}

#dnome input{
	width: 100%;
}

input{
	margin-bottom: 5%;
	border-bottom: 1%;
	border-top: transparent;
	border-left: transparent;
	border-right: transparent;
	outline: none;
	transition: all 0.6s ease-in-out;
	background-color: transparent;

}

select{


	border: none;
	outline: none;
	transition: all 0.6s ease-in-out;
	background-color: transparent;
}

input:hover{
	transform: scale(1.1);
}

select:hover{
	transform: scale(1.1);
}

#lblEndereco{
	margin-top: 2.5vh;
	margin-bottom: 2.5vh;
}

#btnCad{
	text-align: center;
	font-weight: bold;
	border: none;
	height: 40px;
	width: 200px;
	border-radius: 20px;
	margin-top: 30px;
	color: white;
	cursor: pointer;
	background-color: #5eb9dd;
}